Zookeeper naming service [closed]
Posted
by
kolchanov
on Programmers
See other posts from Programmers
or by kolchanov
Published on 2012-08-30T19:49:10Z
Indexed on
2012/08/30
21:50 UTC
Read the original article
Hit count: 291
I need a recommendation for naming service implementation.
We are ISV and we have a lot of applications (services) with very different protocols such as http (Rest), low level tcp, amqp, diameter, telco protocols Rx, Ry, Ud and many others. We want to simplify configuration, deployment and service discovery procees and it seems that It's time to create central configuration registry. So I have few questions:
- is zookeeper suitable for this purpose?
- does exists more suitable and more special solution?
- best practice for service naming for discoverin. Any standards?
- recommendation for service configuration data structure
Also we are keeping in mind future tasks For dynamic application distribution in a private cloud.
Could you share your real life experience?
© Programmers or respective owner